Esx Settings Defaults Hosts Policies Apply ConfiguredPolicySpec

Esx Settings Defaults Hosts Policies Apply ConfiguredPolicySpec
Esx Settings Defaults Hosts Policies Apply ConfiguredPolicySpec

The Esx Settings Defaults Hosts Policies Apply ConfiguredPolicySpec schema contains properties that describe the policies configured to be used when the software and configuration specification documents are applied to ESXi hosts.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "failure_action": {
        "action": "string",
        "retry_delay": 0,
        "retry_count": 0
    },
    "pre_remediation_power_action": "string",
    "enable_quick_boot": false
}
failure_action
Optional

What action is to be taken if entering maintenance mode fails on an ESXi host.

This property was added in vSphere API 8.0.0.1.

If missing or null, configured value would be unset.

string
pre_remediation_power_action
Optional

Specifies what should be done to the power state of the VM before entering maintenance mode.

For more information see: Esx Settings Defaults Hosts Policies Apply ConfiguredPolicySpec PreRemediationPowerAction.

This property was added in vSphere API 8.0.0.1.

If missing or null, configured value would be unset.

boolean
enable_quick_boot
Optional

Enable Quick Boot during remediation of the host.

This property was added in vSphere API 8.0.0.1.

If missing or null, configured value would be unset.